---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-13-f738828bd419> in <module>()
1 get_ipython().magic(u'matplotlib inline')
----> 2 from load_environment import * # python file with imports and basics to set up this computing environment
/home/ndc08/Dropbox/code/notebooks/mpfi/load_environment.py in <module>()
9 from mpfi_tools import readWrite as rw
10 #data = T.loadData(PROJECT_DIR+filename, np.float64, [50,150], [125,250])
---> 11 data = rw.loadData(filename, datatype=np.float64)
/home/ndc08/Dropbox/code/research/cil/maxPlanck/tools/mpfi_tools/readWrite.pyc in loadData(outputFilename, frames, ycrop, xcrop, transpose, datatype)
191 print "\t- Reading from tiff file %s..." % (filename)
192
--> 193 from libtiff import TIFF
194 try:
195 tiff = TIFF.open(filename, 'r')
ImportError: No module named libtiff